'Declaration<DispIdAttribute(110)> Function DrawRectangle( _ ByVal Left As Single, _ ByVal Top As Single, _ ByVal Width As Single, _ ByVal Height As Single, _ ByVal Fill As Boolean, _ ByVal Stroke As Boolean _ ) As GdPictureStatus
[DispId(110)] GdPictureStatus DrawRectangle( float Left, float Top, float Width, float Height, bool Fill, bool Stroke )
function DrawRectangle(
Left: Single;
Top: Single;
Width: Single;
Height: Single;
Fill: Boolean;
Stroke: Boolean
): GdPictureStatus;
DispIdAttribute(110) function DrawRectangle( Left : float, Top : float, Width : float, Height : float, Fill : boolean, Stroke : boolean ) : GdPictureStatus;
Parameters
- Left
- Top
- Width
- Height
- Fill
- Stroke